You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
RegModels Class
>
RegModels Methods
>
ExpEval Method
>
RegModels.ExpEval Method ([In] double[], double)
Dew Stats for .NET
Example
RegModels.ExpEval Method ([In] double[], double)
Evaluate exponential function for single x.
using
Dew.Math
;
using
Dew.Stats.Units
;
namespace
Dew.Examples {
private
void
Example() {
double
y = RegModels.ExpEval(
new
double
[] {3.0, -0.5}, 1.5);
// y = 3*Exp(-0.5*1.5) = 1.4170996582
} }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home